@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* set global style - monospace fonts */
* 
{
	font-family: Arial, Helvetica, sans-serif;
	/* this is the main font size settings */
	font-size: 13px;	
	font-weight: normal;
	color:#3c3c3c;
}

body 
{ 
	margin: 0;
	width:100% !important;
} 

/* Override jQuery UI styling */
.ui-widget
{
	font-family: Arial, Helvetica, sans-serif;
}

.ui-widget input
{
	font-family: Arial, Helvetica, sans-serif !important;
}

html, body
{
	margin:0;
    padding:0;
    height:100%;
    border:none;
}

html.firefox textarea 
{
	overflow-x: hidden;
	padding-top: 2px;
}

span 
{
	white-space: pre;
	overflow: hidden;
}

span > a
{
	display: inline;
}

label
{
	margin-left: 2px;
	margin-right: 2px;
}

/** DEFAULT FORMATTING **/
h1 
{
	font-size: 22px; 
	font-weight: bold; 
	color: #000; 
	margin: 0;
}

table
{
	width:auto; 
	border-spacing: 0px;
}
td, th 
{
 	padding: 0px; 
}
img 
{
	border: 0px; 
}
textarea, button  {text-indent: 2px;margin: 1px;}
input.disabled {border: none; }


input 
{ 
	margin: 1px 0px 1px 0px;
	padding: 0;
}
input[type="text"], input[type="password"]
{ 
	/* font size should be the same as main font size */
	/* font 16px */
	font-size: 13px;
	line-height: 18px; 
	
	/* font 14px */
	/*
	font-size: 14px;
	line-height: 16px;
	*/
    margin: 0;
    vertical-align: top;	
}



input.field, textarea.field
{
	padding: 0px 1px 1px 1px;
	margin: 1px 0px 1px 0px;
	resize: none;
}

input.upperfield
{
	padding: 0px 1px 0px 1px;
	margin: 1px 0px 1px 0px;
	border: 1px solid black;
}

input.password 
{
	visibility: visible!important;
}

input.text
{
}

.uppercase 
{
	text-transform: uppercase;
}

input.protected
{
	border: 0;
}

span,label
{
	line-height: 25px;
	min-height: 25px;
}

.AutoTable span, .AutoTable a
{
	/* line height should main font size plus two */
	/* font 16px */
	line-height: 19px; 
	
	/* font 14px */
	/*line-height: 16px;*/
	
	min-height: 0;
}

#gview_grid span, #gview_grid label
{
	font-size: 15px;
	line-height: 17px;
	min-height: 0px;
	overflow: visible;
}

input.guisel
{
	margin-top: 6px;
}

#MessageWaiting
{
	border:1px solid blue;
	cursor: default;
	font-weight: bold;
	text-align: center;
	padding: 0 3px;
	margin-left: 10px;
}


/* webkit can force its own style of buttons */
input[type="button"]
{
	-webkit-appearance: none;
	border-radius: 0;
}


/** END - DEFAULT FORMATTING **/


input[type="button"].scroll_up, input[type="button"].scroll_down, input[type="button"].scroll_up:hover, input[type="button"].scroll_down:hover
{
	background: #CCCCCC;
	border: #26a solid 1px;
	margin: 0px;
	width: 15px;
	height: 24px;
	text-align: center;
	padding: 0px;
	z-index: 1;
	background: #CCCCCC; 
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    input[type="button"].scroll_up, input[type="button"].scroll_down  
	{ 
		text-indent: 0; 
	}
	input.button   { text-indent: 0px; }
}


input[type="button"].scroll_slider, input[type="button"].scroll_slider:hover 
{
	border: #2266AA solid 1px;
	width: 15px;
	height: 24px;
	padding: 0;
	z-index: 1;
	background: #CCCCCC;
}

input[type="button"].scroll_middle
{
	background: #ECE9D8;
	border-right: #26a solid 1px;
	border-left: #26a solid 1px;
	border-top: #26a solid 0px;
	border-bottom: #26a solid 0px;
	padding: 0px;
	margin: 0 !important;
	width: 15px !important;
	height: 25px;
	text-indent: 0;
}
input[type="button"].scroll_up, 
input[type="button"].scroll_down,
input[type="button"].scroll_slider,
input[type="button"].scroll_middle
{
	height: 25px;
	border-radius: 0;
}

html.msie10 input[type="button"].scroll_up, 
html.msie10 input[type="button"].scroll_down,
html.msie10 input[type="button"].scroll_slider,
html.msie10 input[type="button"].scroll_middle
{
	height: 25px;
}

html.msie9 input[type="button"].scroll_up, 
html.msie9 input[type="button"].scroll_down,
html.msie9 input[type="button"].scroll_slider,
html.msie9 input[type="button"].scroll_middle
{
	height: 25px;
}

.AutoTable input[type="button"].scroll_up, 
.AutoTable input[type="button"].scroll_down,
.AutoTable input[type="button"].scroll_slider,
.AutoTable input[type="button"].scroll_middle
{
	height: 21px;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled,
input[type="text"][disabled], input[type="password"][disabled]
{
	background-image: none;
	border: 1px solid;
}

input[type="button"]:disabled, input[type="button"]:disabled:hover,
input[type="button"][disabled], input[type="button"][disabled]:hover
{
	border: 1px solid;
	cursor:default;
}

select
{
	height: 22px;
	min-width: 35px;
}

.srq_window
{
	height: 50px;
	width: 250px;
	position: absolute;
	top: 250px;
	left:250px;  
	z-index: 100;
}

.srq_body 
{
	padding-bottom:20px; 
	border: 2px solid;
}

.srq_content
{
	padding-left: 10px;;
}

#MainPage
{
	width: 100%;
}

#outer-content 
{ 
	min-width: 782px;
	padding-bottom: 26px;
}

.OaScreen #outer-content
{
	overflow: visible;
}

#page_wrapper
{
	width:100% !important;
	display: table;
	text-align: left;
	width: 900px;
	
	/* for Centering the content */
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

.screen-size-132 #page_wrapper
{
	width: 1200px;
}
#page-title-block 
{ 
	width:100%;
	overflow:hidden;
	height:80px;
}

#page-title-block img
{ 
	width:100%;

}

#page-content 
{
	min-height: 650px;
	margin: 0 20px;
	
}

body.FunctionKeysLeft.screen-size-132 #page-content , 
body.FunctionKeysRight.screen-size-132 #page-content {
	width: calc(100% - 355px)!important;
}

#page-content  
{ 
	border-radius: 8px;
}

#content-header
{
	border-bottom: 2px solid;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
	min-height: 28px;
}
#content-header-detail
{
	font-family: Trebuchet MS, Sans-serif;
	width: 100%;
}

/*Error Messages*/
#Messages
{
	height: 45px;
}

#ReturnedContent input.ErrorMsg,
#wdwpagecontents input.ErrorMsg
{
	position: relative; 
	top: 0;
	left: 0;
	text-align: center;
}

#ReturnedContent input.ErrorMsg,
#ReturnedContent > .container-fluid input.ErrorMsg
{
	width: 750px;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

.ErrorState
{
	cursor: pointer;
}					

#m
{
	min-height:480px; 
	text-align: left;
	margin: 0;
	margin-top: -15px;
	padding-bottom: 10px;
}

#ReturnedContent 
{
	/*padding-right: 210px;*/
}

body.FunctionKeysLeft #ReturnedContent {
	margin:0 !important;
}

body.FunctionKeysLeft #Content
{
	padding-left: 215px;
}

body.FunctionKeysRight #Content {
    padding-left: 10px;
    /*padding-right: 215px;*/
	padding-right: 0;
}

/* 991 pixels and below in responsive, the function keys will be hidden, so don't need padding */
@media (max-width: 991px)
{
	body.ToggleFunctionKeys.FunctionKeysLeft #Content {
		padding-left: 15px;
	}
}

.FunctionKeysLeft #fnckeys
{
	bottom: -55px;
    left: -215px;
    top: 0;
	margin: 0 -20px;
}

.FunctionKeysRight #fnckeys
{
	right: -80px;
	right: -290px;
    top: 0;
	bottom: -55px;
	border-right: 1px solid #CED6E3;
}

body.FunctionKeysLeft.screen-size-132,
body.FunctionKeysRight.screen-size-132,
.FunctionKeysLeft.screen-size-132 #page_wrapper,
.FunctionKeysRight.screen-size-132 #page_wrapper
{
	width: 1686px;
}

body.FunctionKeysLeft #Messages, body.FunctionKeysRight #Messages
{
	width: 655px;
}

body.FunctionKeysLeft.ToggleFunctionKeys #fnckeys {
	left: 0px;
	margin: 0px;
	z-index: 900;
}

body.FunctionKeysRight.ToggleFunctionKeys #fnckeys {
	right: 0px;
	z-index: 900;

	/* Because we need to change the width to hide this side, set its width in the base class */
	width: 232px;
}

#fnckeys input:hover
{
	background: #d1d0ce;
}

/* Admin mode */
table.AdminTable, table.MainPage
{
	text-align: left;
	width: 100% !important;
	margin: 0;
}

input.button, input[type="button"],
.FunctionKeysLeft a.button, .FunctionKeysRight a.button
{
	text-decoration: none; 
	cursor: pointer;
	border-style: none;
	font-style: normal; 
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	/* line-height: 19px;*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 1px solid;
	z-index: 10;
	border-radius: 2px;	
}

/* Disabled function keys left/right */
.FunctionKeysLeft #fnckeys input.disabled, .FunctionKeysLeft #fnckeys a.disabled,
.FunctionKeysRight #fnckeys input.disabled, .FunctionKeysRight #fnckeys a.disabled
{
	background-image: none;
	cursor: default;
}

input.submit, a.submit
{
	margin-top: 15px;
}

body.FunctionKeysLeft input.submit, 
body.FunctionKeysRight input.submit
{
	margin-top: 0;
}

input[type="text"], input[type="password"], textarea, select
{
    border: 1px solid;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; 
}

input.disabled:hover, .FunctionKeysLeft a.disabled:hover, .FunctionKeysRight a.disabled:hover
{
	cursor: context-menu;
}

input.hover  {
	background: #D9E1E8;
}

.page_up, .page_down
{
border: 1px solid;
margin: 1px;
width: 15px !important;
text-align: center;
padding: 0;
padding-bottom: 4px;
text-indent: 0;
}

#ReturnedContent input.ErrorMsg {
	border:0px;
	font-weight: normal;
	border: 1px solid;
	border-radius: 2px 2px 2px 2px;
}


#ReturnedContent input.ErrorMsg.NoErrorMessage, 
#ReturnedContent input.ErrorMsg[value=""],
#wdwpagecontents input.ErrorMsg.NoErrorMessage,
#wdwpagecontents input.ErrorMsg[value=""]
{
	background: none;
	border: 0;
	box-shadow: none;
}


/** CONTENT FORMATTING **/
/* Generated tables */
table.AutoTable {
 	border: 1px solid;
 	white-space: pre;
}

.WinContent table.AutoTable
{
	width: auto;
}


table.AutoTable th {
	text-align: left;
	line-height: 0;
}

table.AutoTable td 
{
	line-height: 0;
}
table.AutoTable input.field {
	height: 17px;
}

/* Underline */
span.ul, span.ulhover:hover, span.cu, span.yu, span.ur, span.rdu, span.rru, span.rub, span.pu, span.pub, span.bu, span.cur, span.hu 
{ 
	text-decoration: underline;
}

/* Green */
a.grnr, span.grnr, input.grnr, textarea.grnr, select.grnr, input.grnrhover:hover, textarea.grnrhover:hover, select.grnrhover:hover
{
	color: black;
	background-color: #97C63C;
}

.grn, .grnhover:hover, .grnhover:focus 
{
	color:  #97C63C;
}

/* Green/Reverse image */
a.rev, span.rev, input.rev, textarea.rev, select.rev, input.revhover:hover, textarea.revhover:hover, select.revhover:hover
{
	background-color: #99cccc;
}

/* Green/Underscore */
input.ur, textarea.ur, select.ur, input.urhover:hover, textarea.urhover:hover, select.urhover:hover
{
	background-color: #00FF00;
}

/* Green window border */
.winbordergrn 
{
	border: 2px solid #4579A0 !important;
}

.winbordergrnr 
{
	border: 2px solid #4579A0 !important;
}

/* Red */
.red, .redhover:hover, .redhover:focus 
{
	color: #FF0000;
}

/* Red/Reverse image */
a.rdr, span.rdr, input.rdr, textarea.rdr, select.rdr, input.rdrhover:hover, textarea.rdrhover:hover, select.rdrhover:hover
{
	color: black;
	background-color: #FF0000;
}

/* Red/Blink (most browsers do not support blinking) */
.rdb, .rdbhover:hover, .rdbhover:focus 
{
	color: #FF0000;
}

/* Red/Reverse image/Blink (most browsers do not support blinking) */
a.rrb, span.rrb, input.rrb, textarea.rrb, select.rrb, input.rrbhover:hover, textarea.rrbhover:hover, select.rrbhover:hover
{
	color: black;
	background-color: #FF0000;
}

/* Red/Underscore) */
.rdu, .rduhover:hover, .rduhover:focus 
{
	color: #FF0000;
}

/* Red/Underscore/Reverse image (most browsers do not support blinking)*/ 
a.rru, span.rru, input.rru, textarea.rru, select.rru, input.rruhover:hover, textarea.rruhover:hover, select.rruhover:hover
{
	background-color: #FF0000;
}

/* Red/Underscore/Blink (most browsers do not support blinking)*/   
.rub, .rubhover:hover, .rubhover:focus 
{
	color: #FF0000;
}

/* red window border */
.winborderred 
{
	border: 2px solid #FF0000 !important;
}
	
.winborderrdr 
{
	border: 2px solid #FF0000 !important;
}

/* Pink */
.pnk, .pnkhover:hover, .pnkhover:focus 
{
	color: #FF00FF;
}

/* Pink/Reverse image */
a.pnkr, span.pnkr, input.pnkr, textarea.pnkr, select.pnkr, input.pnkrhover:hover, textarea.pnkrhover:hover, select.pnkrhover:hover
{
	background-color: #FF00FF;
}

/* Pink/Underscore) */
.pu, .puhover:hover, .puhover:focus 
{
	color: #FF00FF;
}

/* Pink/Underscore/Reverse image*/ 
a.pub, span.pub, input.pub, textarea.pub, select.pub, input.pubhover:hover, textarea.pubhover:hover, select.pubhover:hover
{
	color: black;
	background-color: #FF00FF;
}

/* pink window border */
.winborderpnk 
{
	border: 2px solid #FF00FF !important;
}

.winborderpnkr 
{
	border: 2px solid #FF00FF !important;
}

/* Blue */
.blu, .bluhover:hover, .bluhover:focus 
{
	color: #097ABA;
	/*#097ABA*/
}

/* Blue/Reverse image */
a.br, span.br, input.br, textarea.br, select.br, input.brhover:hover, textarea.brhover:hover, select.brhover:hover
{
	background-color: #097ABA;
}

/* Blue/Underscore) */
.bu, .buhover:hover, .buhover:focus 
{
	color: #097ABA;
}

/* blue window border */
.winborderblu 
{
	border: 2px solid #097ABA !important;
}

.winborderbr 
{
	border: 2px solid #D1D0CE !important;
}

/* Yellow */
.ylw, .ylwhover:hover, .ylwhover:focus 
{
	/*
	Changed Yellow to Orange for visibility
	color: #FFFF00;
	*/
	color: #ec6c11;	
}

/* Yellow/Reverse image */
a.ycr, span.ycr, input.ycr, textarea.ycr, select.ycr, input.ycrhover:hover, textarea.ycrhover:hover, select.ycrhover:hover
{
	background-color: #FFFF00;
}

/* Yellow/Underscore) */
.yu, .yuhover:hover, .yuhover:focus 
{
	/*
	Changed Yellow to Orange for visibility
	color: #FFFF00;
	*/
	color: #ec6c11;
}

/* yellow window border */
.winborderylw 
{
	border: 2px solid #FFFF00 !important;
}

.winborderycr 
{
	border: 2px solid #FFFF00 !important;
}

/* Turquoise */ 
.trq, .trqhover:hover, .trqhover:focus 
{
	/*
	Changed turquoise to Blue for Visablity
	color: #00FFFF;	
	*/
	color: #3eb2e5;
}

/* Turquoise/Reverse image */
a.tcr, span.tcr, input.tcr, textarea.tcr, select.tcr, input.tcrhover:hover, textarea.tcrhover:hover, select.tcrhover:hover
{
	background-color: #00FFFF;
}

/* Turquoise/Underscore) */
.cu, .cuhover:hover, .cuhover:focus 
{
	color: #00FFFF;
}

/* Turquoise/Underscore/Reverse image*/ 
a.cur, span.cur, input.cur, textarea.cur, select.cur, input.curhover:hover, textarea.curhover:hover, select.curhover:hover
{
	background-color: #00FFFF;
}

/* Turquoise window border */
.winbordertrq 
{
	border: 2px solid #00FFFF !important;
}

.winbordertcr 
{
	border: 2px solid #00FFFF !important;
}

/* White */
.wht, .whthover:hover, .whthover:focus 
{
	font-weight: bold;
}

/* White/Reverse image */
a.hr, span.hr, input.hr, textarea.hr, select.hr, input.hrhover:hover, textarea.hrhover:hover, select.hrhover:hover
{
	background-color: gray;
}

/* White/Underscore) */
.hu, .huhover:hover, .huhover:focus 
{
	color: gray;
}

/* White window border */
.winborderwht 
{
	border: 2px solid black !important;
}

/* Hi intensity */
.hi, .hihover:hover, .hihover:focus 
{
	font-weight: bold;
	color: #000;
}

.AutoTable .hi, .AutoTable .hihover:hover, .AutoTable .hihover:focus 
{
	font-weight: normal;
}

/* Hi intensity window border */
.winborderhi 
{
	border: 2px solid black !important;
}

/* Non-Display */
span.nd 
{
	border: 0px;
	visibility:hidden;
}

input.button.nd 
{
	display: none;
}

a.nd
{
	display:none;
}

input.nd,
select.nd
{
	visibility: hidden;
}

.guind 
{
	visibility: hidden;
}

/* black/Reverse image */
.hr, .hrhover:hover, .hrhover:focus 
{
	color: black;
	font-weight: bold;
}

/* br */ 
.br, .brhover:hover, .brhover:focus
 {
	background-color: Aqua;
}

/* Protected */
.pr 
{
	border: 0px;
}

/** END - CONTENT FORMATTING **/


/** WINDOW FORMATTING **/
/* Window css tags */

#windowbody
{
	z-index: 100;
}
.WinBorder 
{
 	position: absolute;
	display: inline; 
}
.WinContent 
{
	padding-bottom: 40px; 
	border: 2px solid;
}

.WinContent .ErrorMsg 
{
	left: 5px;
}

.WinTitleTop 
{
	cursor: move;
	line-height: 18px;
}
.WinTitleTop span
{
	line-height: 18px;
	min-height: 0px;
}

.WinTitleBottom {}
.WinBody 
{
 	padding-left: 5px;
	padding-right: 5px;
}

#wdwpagecontents
{
}
/** END - WINDOW FORMATTING **/

#PrestoLog 
{
	width: 700px;
	height: 150px;
	overflow-y: scroll;
	margin-top: 10px;
	margin-left: 1px;
	border: 1px solid;
	display: none;
}

#PrestoLog p
{
	margin: 0px;
	padding: 0px;
}




/* deprecated styles section - only for compatibility purposes */
/*------------------------------------------*/
.fncbtn 
{
	background: #aaa; 
	color: #fff !important; 
	text-decoration: none; 
	cursor: pointer;
	border-style: none;
	font-style: normal; 
	background-image: url(images/btn.png); 
	background-repeat: repeat-x; 
}

.fncbtn.blue { background: #2ae; }
.fncbtn.green { background: #9d4; }
.fncbtn.pink { background: #e1a; }
.fncbtn:hover { background-color: #74BA40; }
.fncbtn:active { background-color: #444; color: #fff; }
.fncbtn { background-image: url(images/shade.png); background-position: bottom; }

/*------------------------------------------*/

/******************** jQuery UI style overrides ***************************/

/*button text element */
.ui-button-text-only .ui-button-text { padding: .2em .75em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .2em; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .2em .1em .2em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .2em 2.1em .2em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
.ui-widget .ui-widget{font-size:1em;margin-left: auto;margin-right: auto;}
.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em;background:0;overflow:auto}
.ui-jqgrid .ui-pg-table td {font-weight: normal;padding: 1px;vertical-align: top;}
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: 0; }

.ui-datepicker
{
	z-index: 101 !important;
}

span.active.ui-tab.horizontal
{
	border-bottom: 0px !important;
}
span.ui-tab
{
	width: 80px;
}
span.ui-tab 
{
	padding-bottom: 9px\0/;
}
@-moz-document url-prefix() { 
	span.ui-tab
	{
		padding-bottom: 9px;
	}
}

span.ui-spinner {
	border-radius: 0;
	min-height: 22px;
	line-height: 0;
}

span.transformation-spinner {
	min-height: 0;
}

#errdialog 
{
	max-width: 500px;
}
#errdialog span
{
	white-space: normal;
}

.ScrubError { 
	background-color: lightpink !important; 
	border-color: red !important;
}

body.responsive #Content {
	margin-left: 0px;
}

body.responsive #m {
	margin-top: 0px;
}

body.responsive #fnckeys {
	white-space: nowrap;
}

.botonTransparente {

    background:transparent;
    border:none;
    outline:none;
    display:block;
    height:200px;
    width:200px;
    cursor:pointer;
}

.boton_personalizado{
 content:'';
 position: absolute;
 top: 0px;
 left: 0px;
 width: 0px;
 height: 42px;
 background: rgba(255,255,255,0.3);
 border-radius: 5px;
 transition: all 2s ease;

}

/* Logo top bar */
.container-logo {
	position:absolute;
	display:none;
}

/* navbar*/

.navbar {
	margin-bottom:0;
	min-height: 30px;
	height: 30px;
    overflow: auto;
}

.navbar {
	margin-bottom:0;
	min-height: 30px;
}
.navbar span {
	min-height: 1px;
}
@media (min-width: 768px){

	.navbar-nav>li>a {
		padding-top: 3px;
		padding-bottom: 0;
	}
}

.navbar-nav>li>a {
	padding-top: 3px;
	padding-bottom: 0;
	text-decoration: none;
	font-family: helvetica;
}

.dropdown-menu {
	max-height:310px;
	overflow:auto;
}

.dropdown-menu li {
	cursor:pointer;
}

.dropdown-menu li:hover {
	background-color: #337ab7;
}

.dropdown-menu li:hover div {
	color: #fff;
}

.dropdown-menu div {
	padding:6px 8px;
	font-family: helvetica;
}

.navbar-nav>li>.dropdown-menu {
    width: 250px;
	max-height: 391px;
    overflow: auto;
	position: fixed !important;
    left: auto;
    top: 24px;
}

.caret {
    margin-left: 5px;
	min-height:4px;
}


/*Informacion del topbar*/


.container-info {
 width: 100%;
 position: absolute;
 text-align: right;
 height:20px;
 right:12px;
}

.container-info.top {
 top: 30px;
}

.container-info.middle {
 top: 50px;
}

.container-info.bottom {
 top: 70px;
}

.span-info{
	text-align: right;
 padding-right: 10px;
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
}

/* Cabecera que tenia titulo debajo del topbar*/
#content-header {
	display:none;
}


/*Loading*/

.loading {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
    z-index: 10;
	text-align:center
}

.loading img{
	position: relative;
    top: 22%;
    margin-top: -25px;
	width:150px;
	height:150px;
}

/* Menu lateral*/

.col-.body {
    display: table;
}
.left-menu {
    width: 162px;
	height:100%;
	background-color:#e8e8e8;
	padding: 0 4px;
}

.container-btns-menu {
	text-align: center;
}

.container-btns-menu div {
	height:22px;
	width:27px;
	cursor:pointer;
	background-repeat: no-repeat;
    background-position: center;
	opacity:0.99;
	display:none;
}

.container-btns-menu div:hover {
    background-color: #CCC;

}

#confirm-btn {
	background-image: url(../../images/confirmar.jpg); 
}

#back-btn {
	background-image: url(../../images/regresar.jpg); 
}

#i-pdf-btn {
	background-image: url(../../images/image-pdf.png); 
}

#chg-pwd-btn {
	background-image: url(../../images/cambio.jpg);
}

#spool-btn {
	background-image: url(../../images/spool.jpg);
}

.container-others {
	position: relative;
    text-align: center;
}

/* Pestañas*/

.container-tabs {
	overflow:hidden;
	
}

#container-tabs {
	position:absolute;
	left:19px;
	height:42px;
}

.btn-tab{
	background: #eaeaea;
    border: 1px solid #ccc;
	box-sizing: content-box;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    color: #696969;
    font-family: monospace;
	cursor:pointer!important;
	font-weight: bold;
	padding: 2px 5px;
	box-sizing: content-box;
	position:absolute;
	z-index:1!important;
	
}

.btn-tab.inactive{
    background-color: #DDE;
    color: #afafaf;
}

.ui-tab {
    background: #eaeaea;
    border-color: #ccc;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-transform: capitalize;
	cursor:pointer!important;
}

.ui-tab:hover,
.ui-tab.hover {
	background: #f1f1f1;
	border-color: #ccc;
}

.ui-tab.active {
	border-top: 2px solid #7FBA46;
    font-weight: 700;
	color: #ececec;
	background-color: #7FBA46;
}

/* Literales */
a.rru, 
span.rru, 
input.rru, 
textarea.rru, 
select.rru, 
input.rruhover:hover, 
textarea.rruhover:hover, 
select.rruhover:hover {
	background: none;
	text-decoration: none;
	font-weight: bold;
	color:#1f6ebf;
}


/* Estilos modal */
.modal span,
.modal button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.modal-footer {
	text-align: center;
	padding: 8px;
	border:0;
}

.modal-body {
	padding-top: 24px;
	padding-bottom: 8px;
}


/* Botones boostrap */
.hi.btn-primary,
input[type="button"].btn-primary {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	font-weight:500;
}


.hi.btn-primary:hover,
input[type="button"].btn-primary:hover {
    color: #fff !important;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:hover {
	color: #fff !important;
}

.btn {
	padding:2px 8px;
}

input.button.btn-primary, 
input[type="button"].btn-primary {
	border-radius: 4px;
}

input.button.btn-default, 
input[type="button"].btn-default {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="button"].btn-default:hover,
input.button.btn-default:hover,
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active{
    color: #fff;
    background-color: #7FBA46;
    border-color: #adadad;
	border-radius: 4px;
	border: 1px solid #adadad;
}

input[type="button"]:disabled, 
input[type="button"]:disabled:hover, 
input[type="button"][disabled], 
input[type="button"][disabled]:hover {
	color:#3c3c3c!important;
}

input.button, 
input[type="button"], 
.FunctionKeysLeft a.button, 
.FunctionKeysRight a.button {
	font-size: 13px;
}

/* estilos texto */
span.hu {
	text-decoration:none;
}

.hi, 
.hihover:hover, 
.hihover:focus {
	/*font-weight: normal;*/
    color: #3C3C3C;
}

.hu, 
.huhover:hover, 
.huhover:focus {
	color: #3C3C3C;
}

a.hr, 
span.hr, 
input.hr, 
textarea.hr, 
select.hr, 
input.hrhover:hover, 
textarea.hrhover:hover, 
select.hrhover:hover {
	background-color: transparent;
}

a.rdr, 
span.rdr, 
input.rdr, 
textarea.rdr, 
select.rdr, 
input.rdrhover:hover, 
textarea.rdrhover:hover, 
select.rdrhover:hover {
 background-color: transparent;
}

span.ul, 
span.ulhover:hover, 
span.cu, span.yu, 
span.ur, span.rdu, 
span.rru, span.rub, 
span.pu, span.pub, 
span.bu, span.cur, 
span.hu {
	text-decoration:none;
}

/* */

#outer-content {
	/*display:table; DESCOMENTAR EN CASO DE IMAGEN 1920*/
	height:100%;
}
#ReturnedContent {
	top:-12px;
}

.col-xs-10 #ReturnedContent pre
.col-xs-10 #ReturnedContent pre #pagecontents, 
#page_wrapper,
#page-content,
#Content,
.row {
	height:100vh;
}

#ReturnedContent{
	height:100%!important;
	
}

#page-content 
{
	min-height: 530px;
	height: 100%;
}

.col-xs-8 #ReturnedContent {
	width:100%!important;
	margin-left:20px;
	min-width: 870px;
}

#m {
	border:0;
	height:100%;
	min-height: 530px;
	width:calc(100% - 200px);
	display: inline-block;
	margin-left:10px;
}

#m.col-xs-12 {
	width:100%;
	margin-left:0px;

}

/* menu teclas de funciones */
#fnckeys{
	display:none!important;
}

/* tabla consulta de clientes */
#table-clidef001 {
	border: 1px solid #ccc;
	margin-top: 13px;
	z-index:1;
}

#table-clidef001 {
	border: 1px solid #ccc;
	margin-top: 13px;
	z-index:1;
}

/* Estilos para tablas  bootstrap*/
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	border:0;
	vertical-align: middle;
	padding:0 8px;
}

.table span,
.table input[type="text"],
.table input[type="password"],
.table textarea,
.table select  {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.table span {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}


/*tablas automaticas*/

table>tbody>tr>td, 
table>tbody>tr>th, 
table>tfoot>tr>td, 
table>tfoot>tr>th, 
table>thead>tr>td, 
table>thead>tr>th {
	border:0;
	vertical-align: middle;
	padding:0 8px;
}

table.AutoTable {
border:1px solid #dbdbdb !important;
cursor:pointer;
}

table.AutoTable.no-height tbody span{
	min-height: 0!important;
	min-width:0!important;
	height: 0!important;
	width:0!important;
    margin: 0;
    border: 0;
	
}

table.AutoTable.no-height tbody td{
	padding:0;
	display: block;
	display:none;
	
}

table.AutoTable tr:hover {
	background-color:#d6d6d6;
}

/******* SUBFILE GENERICAS ***/
table.generic tr:hover {
    background-color: #b3ccd2;
}

/*
table.AutoTable tr span,
table.AutoTable th span{
	display: inline-block;
	width:100%;
}*/

table.AutoTable th .pnk {
	color: #FF00FF;
}

table.AutoTable tr.active{
	background-color:#337ab7;
}

table>tbody>tr.active>td {
background-color:transparent!important;
}

table.AutoTable tr.active span{
	color:#FFF;
}

table.AutoTable span.br {
	background: none;
}

table.AutoTable thead tr th{
	background-color: #dbdbdb;
	text-align: center
}

table.AutoTable span.hu {
    text-decoration: none;
    color: #3c3c3c;
    font-weight: bold;
}

table>tbody>tr>td, 
table>tbody>tr>th, 
table>tfoot>tr>td, 
table>tfoot>tr>th, 
table>thead>tr>td, 
table>thead>tr>th {
	border-right:1px solid #dbdbdb;
}

table.AutoTable>tbody>tr>td:first-child, 
table.AutoTable>tbody>tr>th:first-child, 
table.AutoTable>tfoot>tr>td:first-child, 
table.AutoTable>tfoot>tr>th:first-child, 
table.AutoTable>thead>tr>td:first-child, 
table.AutoTable>thead>tr>th:first-child {
	border:0;
	padding:0;
}

table.table-border>tbody>tr>td:first-child, 
table.table-border>tbody>tr>th:first-child, 
table.table-border>tfoot>tr>td:first-child, 
table.table-border>tfoot>tr>th:first-child, 
table.table-border>thead>tr>td:first-child, 
table.table-border>thead>tr>th:first-child {
	border-right: 1px solid #dbdbdb;
}

.AutoTable .hi, .AutoTable .hihover:hover, .AutoTable .hihover:focus 
{
	font-weight: bold;
}

/* Ventanas automaticas */
.WinTitleTop {
    background-color: #207bb1 !important;
}


/* input textfield*/
input[type="text"]:disabled, 
input[type="password"]:disabled, 
textarea:disabled, 
input[type="text"][disabled], 
input[type="password"][disabled]{
	background-color: #d6ecff !important;
}

input[type="text"], 
input[type="password"]{
	height:19px;
	box-sizing: content-box;
}

a.grnr, 
span.grnr, 
input.grnr,
textarea.grnr, 
select.grnr, 
input.grnrhover:hover, 
textarea.grnrhover:hover, 
select.grnrhover:hover {
	background-color: #d6ecff;
}

/* input selec*/
select:disabled{
	background-color: #d6ecff !important;
}
/* input botones*/
input.button, 
input[type="button"] {
	border:0;
	border-radius: 0;
}

/* cursor pointer*/
.pointer {
	cursor:pointer;
}

/* Mandatory */
.mandatory {
	color:red;
	font-weight:bold;
	margin-right: 5px;
}

.mandatory-hide {
	color:transparent;
	font-weight:bold;
	margin-right: 5px;
}


/* Radio Buttons */
span.transformation-radios label,
span.transformation-checkboxes label {
	margin-right: 20px;
	font-weight: normal;
    color: #3c3c3c;
    font-family: Arial, Helvetica, sans-serif;
}

/*Row*/

.row {
	margin-left:-20px;
}

/* datepicker */
.transformation-datepicker img {
	margin-top:-1px;
}

/* campo obligatorio */
input.ur, 
textarea.ur, 
select.ur, 
input.urhover:hover, 
textarea.urhover:hover, 
select.urhover:hover {
    background-color: #cfe4ff;
}

/* botones */
#btn-excel {
	background-image: url(../../customimages/exportar_excel.jpg);
	width:46px;
	height:22px;
	cursor:pointer;
	margin: 0 auto;
	display:inline-block;
}


/* Multired */
.fn-btn {
	width:auto;
	padding: 0 16px;
}

.fn-hyperlink {
	width:auto;
	padding: 4px 8px;
	text-decoration:none;
	line-height: 20px;
	cursor:pointer;
}

.fn-hyperlink:hover {
	text-decoration:underline;
}

.fn-img-btn {
	background-repeat: no-repeat;
	background-color: transparent;
}

.title-screen {
	font-weight:bold;
}


.btn-label-help {
	width: 22px !important;
	height: 22px !important;
	background-image: url('../../customimages/ayuda.jpg');
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	
}

.btn-label-help-table {
	width: 20px !important;
	height: 20px !important;
	background-image: url('../../customimages/ayuda_table.jpg');
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 3px !important;
	margin-top: 1px !important;
}

input[type="button"].login-btn {
    background-color: #7FBA46;
    color: #FFF;
	border-radius:4px;
	border:0;
}

input[type="button"].login-btn:hover {
	 background-color: #5b9a1f;
	 border:0;
}

input[type="button"].login-btn:disabled, 
input[type="button"].login-btn:disabled:hover, 
input[type="button"].login-btn[disabled], 
input[type="button"].login-btn[disabled]:hover,
input[type="button"].red-login-btn:disabled, 
input[type="button"].red-login-btn:disabled:hover, 
input[type="button"].red-login-btn[disabled], 
input[type="button"].red-login-btn[disabled]:hover,
input[type="button"].link-btn:disabled, 
input[type="button"].red-login-btn:disabled:hover, 
input[type="button"].link-btn[disabled], 
input[type="button"].link-btn[disabled]:hover{
	background-color:rgba(255,255,255,0.1);
	color:#fff!important;
	border:0;
}

input[type="button"].red-login-btn {
    background-color: #fd3535;
    color: #FFF!important;
	border-radius:4px;
	border:0;
}


input[type="button"].red-login-btn:hover {
	 background-color: #c11c1c;
	 border:0;
}

input[type="button"].link-btn:hover {
	 background-color: transparent;
	 border: 0;
}

input[type="button"].link-btn {
    background-color: transparent;
	 border: 0;
}

input[type="button"].blue-login-btn {
	background-color: #2b6ca3;
    border: 0;
    color: #fff;
	border-radius:0;
	height:28px;
	
}

input[type="button"].blue-login-btn:hover {
	background-color: #204f77;
    border: 0;
    color: #fff;
	border-radius:0;
	
}

input[type="button"].fn-hyperlink ,
input[type="button"].fn-hyperlink:hover {
	background-color: transparent;
    border: 0;
    color: #fff;
	border-radius:0;
}

input[type="button"].fn-hyperlink:disabled, 
input[type="button"].fn-hyperlink:disabled:hover, 
input[type="button"].fn-hyperlink[disabled], 
input[type="button"].fn-hyperlink[disabled]:hover{
	background-color:transparent;
}

input[type="text"].tfld-screen {
	box-shadow:none;
	border:1px solid #ccc;
}

.dark-bg {
	background-color: rgba(0,0,0,0.1);
}

/* placeholder */
::-webkit-input-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder { 
  color:  #c1c1c1;
}
:-ms-input-placeholder { 
  color:  #c1c1c1;
}
:-moz-placeholder {
  color:  #c1c1c1;
}

/*TEXTFIELD*/
input[type="text"], 
input[type="password"], 
textarea, 
select {
  border-color: #9C9C9C;
  border-radius: 3px;
}

/*Top bar */
.navbar-nav li .nav-link{
	line-height:30px;
    cursor: pointer;
	padding: 0 16px;
	color:#2B6CA3;
}

.navbar-nav li .nav-link:hover,
.navbar-nav li.active {
	background-color:#e1e1e1;
}

.col-xs-8 .label-english {
	color: rgb(43, 108, 163);
    left: 840px!important;
    top: -99px!important;
}

.label-english {
	color: rgb(43, 108, 163);
    left: 840px!important;
    top: 2px!important;
}

.container-info .label-english {
	position: static!important;
    color: rgb(43, 108, 163);
    padding-left: 0;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;}

.container-info .label-english ul {
	left:auto!important;
}
/* alert */
/*height: 32px!important;*/
.alert {
	font-size: 14px;
	height: 32px;
	padding: 5px;
	padding-right:15px;
	color: #31708f!important;
	background-color: #d9edf7!important;
}

.alert span {
	font-size: 21px;
    font-weight: 700;
	line-height: 22px;
}

.alert button.close {
	right: -12px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede!important;
    border-color: #ebccd1;
}


/* MENSAJE*/

.container-msg {
	width:800px;
	height:160px;
	background-image: url(../../customimages/tenerencuenta.jpg); 
}
.container-msg span {
	position: relative;
    top: 71px;
    left: 90px;
}
/* RADIO BUTTON IMAGES */
#container-rdo-img {
	margin-top:30px;
}

#container-rdo-img label {
	margin-right: 6px;
    margin-bottom: 0px;
}

#container-rdo-img label img {
	width: 85px;
	height: 85px;
	cursor: pointer;
}

#container-rdo-img input {
	position: absolute;
    margin-left: 5px;
}
 /* boton seleccionar regnegaya(ayuda)*/
.green-btn {
	background-color: #7FC247!important;
	 color:#fff!important;
}

.green-btn:hover {
	background-color: #71ad3f!important;
}

.green-btn:disabled {
	background-color: #7FC247!important;
}

/* timepicker */
.clockpicker {
	width: 110px;
	margin-bottom: 10px;
	
}

.clockpicker input {
	box-sizing: border-box;
	height: 23px;
	box-shadow: none;
	border-radius: 0;
	color: #3c3c3c;
	padding-top:3px;
}

.input-group-addon {
	border-color: #9C9C9C;
	min-height: 23px;
}


.clockpicker .input-group-addon{
	padding: 0 12px;
}

.clockpicker span span{
	min-height: 14px;
}

.clockpicker-popover .popover-title span {
	font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
	overflow: inherit;
}

.clockpicker-popover .clockpicker-button {
	border-width: 1px 0 0;
}

/* span break word */
.span-break-word {
	display: block;
	word-break: break-all;
    white-space: normal;
}

.no-opacity {
	opacity:0;
}

/* COLLAPSABLE */

.container-opc-left {
	width: 100%;
	margin-bottom:2px;
}

.container-opc-left .btn {
	width: 100%;
    height: 30px;
    line-height: 28px;
	overflow: hidden;
	font-weight: bold;
	background-color: #f5f5f5;
	text-align:left;
}

.container-opc-left .btn:hover,
.dropdown-container .btn-icon:hover{
	background-color: #86bc30;
}

.container-opc-left .title-opc {
	width:120px;
	overflow: hidden;
	font-weight: bold;
}

.container-opc-left span {
	color: #1c2564;
}

.container-opc-left .glyphicon {
	right: 0px;
    line-height: 22px;
}

.container-opc-left a {
	text-decoration: none;
}

.container-opc-left ul {
	left: 156px;
    top: 0;
}

.container-opc-left ul li {
	border:0;
}

.container-opc-left ul li:hover,
.dropdown-container ul li:hover{
	background-color: #86bc30;
    color: rgba(255,255,255,0.9);
}
    

/* DROPDOWN MENU ADMINISTRATIVAS BXI */
.dropdown-container .dropdown-menu .list-group-item:hover {
	color:#fff;
}

.dropdown-container .btn-icon {
    padding: 2px 4px;
    padding-right: 6px;
	margin-left: -2px!important;
	color: #1c2564;
	background-color: #f5f5f5;
}

.dropdown-container .btn-icon .glyphicon{
    line-height: 17px;
    min-height: 10px;
    height: 16px;
	color: #1c2564;
}
/*
.container-collapse .panel-heading {
	padding: 0;
}

.container-collapse a {
	text-decoration: none;
}

.collapse-title {
	width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
	font-weight: bold;
}

.collapse-title:hover {
	background-color: #86bc30;
}

.container-collapse .list-group-item:hover {
	background-color: #86bc30;
}

.container-collapse .list-group-item {
	padding: 6px 4px;
	cursor:pointer;
}

.panel-group .panel+.panel {
    margin-top: 2px;
}

.panel-group {
    margin-bottom: 3px; 
}*/

.btn-bxi button{
	border-radius: 16px;
}

.btn-bxi button:hover,
.btn-bxi button:active,
.btn-bxi button:focus{
	border-radius: 16px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.btn-bxi ul{
	border-radius: 8px;
}

.btn-bxi button img{
	top: -4px;
	position: relative;
	margin-right: 4px;
	left: -4px;
}

.btn-bxi button span{
	position: relative;
	left: -6px;
}
/***********************************PLANTILLA*************************************************/
/*LABEL */
.lab {
	background-color: #FFF;
	padding: 0 4px;
	width: auto!important;
}

/*CONTAINER */

.bdr {
	border: 1px solid #d1d1d1!important;
}

/* MENSAJE ERROR */

.msg {
	position:absolute;
	font-weight: normal;
	line-height: 20px;
	width: 700px!important;
	left: 15px!important;
	top: -34px!important;
	
}

.col-xs-12 .msg {
	left: 176px!important;
}

/* ETIQUETA */
.tag{
	color: #000!important;
	width: auto!important;
}

/* BOTON AYUDA */
input.btn-help {
	background-image: url(../../customimages/ayuda.jpg); 
	width:22px!important;
	height:22px!important;
	background-color: transparent!important;
}

/* TEXTFIELD SIN BORDE NI SOMBRA */
input[type="text"].no-bs{
	border: 0;
	box-shadow:none;
}

input[type="text"].no-bs:focus{
	outline: none;
}

/*CAJA CON SOMBRA */
.box-sh {
	border:1px solid #d1d1d1;
	border-radius:4px;
	box-shadow:2px 2px 8px rgba(0,0,0,0.2);
}
/***** MI SALUD**********************/
.checked {
	color: orange;
}
.container-card {
	border: 1px solid #d1d1d1;
	width: 1000px;
	height: 150px;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 8px;
}
.container-info-doc{
	width: 600px;
}
.container-card > div {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	margin-right: 12px;
}
.container-pic img {
	height: 132px;
}
.name-doc{
	margin-bottom: 32px;

}
/************ ESTRELLA **********************/

.checked {
	color: orange;
}

#rate{
	height: 25px;
    padding: 4px;
}
.fa {
	margin-right: 4px;
}


/**********************SWITCH ********************************/
input[type=checkbox][id^="switch"]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.lab-switch {
	cursor: pointer;
	text-indent: -9999px;
	width: 32px;
	height: 20px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
	min-height: 20px;
}

label.lab-switch div {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 21px;
	transition: 0.3s;
}

label.lab-switch div:after {
	background: gray;
    transition: 0.3s;
    content: '';
    height: 2px;
    width: 10px;
    position: absolute;
    top: 7px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.lab-switch div:before {
    content: '';
    height: 10px;
    width: 2px;
    position: absolute;
    top: 3px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: gray;
}

input[type=checkbox][id^="switch"]:disabled + label.lab-switch {
	background: rgb(194, 194, 194);
	cursor: not-allowed;
}

input[type=checkbox][id^="switch"]:checked:disabled + label.lab-switch {
	background: rgba(146, 185, 42, 0.5);
}

input[type=checkbox][id^="switch"]:checked + label.lab-switch {
	background: #92b92a;
}


input[type=checkbox][id^="switch"]:checked + label.lab-switch div {
	left: calc(100% - 18px);
	/*transform: translateX(-100%);*/
	transform: rotate(360deg);
}

input[type=checkbox][id^="switch"]:checked + label.lab-switch div:before {
    content: '';
    height: 10px;
    width: 2px;
    position: absolute;
    top: 3px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background: #92b92a;
}

input[type=checkbox][id^="switch"]:checked + label.lab-switch div:after {
	background: #92b92a;
    transition: 0.3s;
    content: '';
    height: 2px;
    width: 5px;
    position: absolute;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

 *::before, *::after {
    transition: 400ms all ease-in-out 50ms;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


input[type=checkbox][id^="switch"]:disabled + label.lab-switch div {
	width: 16px;
}


/* color vino tinto */
.rw {
	color: #BF0000;
}

/***********************************FUENTE MIRC PARA CHEQUE*************************************************/

@font-face {
	font-family: "MircEnc";
	src: url("fonts/micr-encoding.regular-webfont.eot");
	src: 
	url("fonts/micr-encoding.regular-webfont.woff") format("woff"),
	url("fonts/micr-encoding.regular-webfont.otf") format("opentype"),
	url("fonts/micr-encoding.regular-webfont.svg#filename") format("svg");
}
.Mirc{
	font-family: 'MircEnc';
	font-weight:normal;
	font-style:normal;
}





/****************************************************************************************/